derelict_extras-glib ~master (2022-04-09T03:18:16.0133507)
Dub
Repo
_GThreadPool
derelict
glib
gthreadpool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
_GThreadPool {
GFunc
func
;
gpointer
user_data
;
gboolean
exclusive
;
}
Members
Variables
exclusive
gboolean
exclusive
;
Undocumented in source.
func
GFunc
func
;
Undocumented in source.
user_data
gpointer
user_data
;
Undocumented in source.
Meta
Source
See Implementation
derelict
glib
gthreadpool
aliases
GThreadPool
da_g_thread_pool_free
da_g_thread_pool_get_max_idle_time
da_g_thread_pool_get_max_threads
da_g_thread_pool_get_max_unused_threads
da_g_thread_pool_get_num_threads
da_g_thread_pool_get_num_unused_threads
da_g_thread_pool_new
da_g_thread_pool_push
da_g_thread_pool_set_max_idle_time
da_g_thread_pool_set_max_threads
da_g_thread_pool_set_max_unused_threads
da_g_thread_pool_set_sort_function
da_g_thread_pool_stop_unused_threads
da_g_thread_pool_unprocessed
functions
g_thread_pool_free
g_thread_pool_get_max_idle_time
g_thread_pool_get_max_threads
g_thread_pool_get_max_unused_threads
g_thread_pool_get_num_threads
g_thread_pool_get_num_unused_threads
g_thread_pool_new
g_thread_pool_push
g_thread_pool_set_max_idle_time
g_thread_pool_set_max_threads
g_thread_pool_set_max_unused_threads
g_thread_pool_set_sort_function
g_thread_pool_stop_unused_threads
g_thread_pool_unprocessed
structs
_GThreadPool